PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / addCreatePageListener Method
The listener to add.
In This Topic
    addCreatePageListener Method
    In This Topic
    Adds a listener for the create page event.
    Syntax
    public void addCreatePageListener( 
       PDFFlowDocumentCreatePageListener listener
    )

    Parameters

    listener
    The listener to add.
    Exceptions
    ExceptionDescription
    When listener is null.
    See Also